-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Ashley Bibizadeh edited this page Jul 20, 2022
·
1 revision
Read to learn how to use this project to build and maintain your websites using Next JS and Shared Components
- Next JS (React SSR)
- TypeScript
- Node JS
- Express
- Lerna JS
- SCSS (Sass)
- React Testing Library
- Jest
- MonoRepo style repository.
- Atomic Design Pattern
- Packages (Lerna JS)
Please Do configure your Next JS App using the instructions below (consistency)
Please Do use Typescript for everything. (.ts & .tsx files only)
Please Do style your components using SCSS
Please Do write tests using React Testing Library
- Demo ->
https://localhost:3002
orhttp://localhost:3002
We need to install dependencies at root level using the bootstrap
script. This will be auto run using the postInstall script
npm i
Return to the project root directory and run your start script.
npm run start
Your website should be running at:
https://localhost:<<APP PORT>>
or http://localhost:<<APP PORT>>
Run a Production Build
npm run build
Serve Production Build
npm run serve