This is sample code for ReactJS, This sample code use NextJs framework to develop fronend application using React, Also this code have test cases.
Code having configuration for different enviroment to create build and deploy it for specific setup Dev Stage Production
The third-party framework installation using node (npm) packages,
Use npm install
to install dependencies of other modules
List of software which must need to run the project goes here.
Run npm build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run npm run start:dev
for a dev server. Navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files.
Run npm test
to execute the unit tests.