TODO add project name
TODO add project description
You will need to install these:
- Node v16.16.0
- npm v8.11.0
- run command
npx create-next-app --example https://github.com/coaxsoft/CXCX-fe-app-nextjs <YOUR_APP_NAME>
this will create a new project with all the necessary dependencies and files.
npm install
- copy env variables
- run
npm run dev
to start application in development mode.
- Production
- Staging
- API Documentation
- FrontEnd repository
- Backend repository
- Next.js documentation
- Template repository TODO other resources
In the project directory, you can run:
Launches the test runner.
See the section about running tests for more information.
Checks your code with ESLint.
List of files and folders that will be ignored by ESLint.
Configuration for ESLint. See configuration
Configuration for Jest. See configuration
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Runs the app in the production mode.
TODO describe how to deploy to staging
TODO describe how to deploy to production