Skip to content

coaxsoft/next-template-ts

Repository files navigation

PROJECT_NAME

TODO add project name

Project description

TODO add project description

Pre Requirements

You will need to install these:

  • Node v16.16.0
  • npm v8.11.0

Development environment

Setup form template

  • 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.

Installation

  • npm install
  • copy env variables
  • run npm run dev to start application in development mode.

Related resources

Commands

In the project directory, you can run:

Test environment

npm run test

Launches the test runner.
See the section about running tests for more information.

npm run lint

Checks your code with ESLint.

Settings

.eslintignore

List of files and folders that will be ignored by ESLint.

.eslintrc.js

Configuration for ESLint. See configuration

.jest.config.js

Configuration for Jest. See configuration

Deployment instructions

npm run build

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!

npm run start

Runs the app in the production mode.

Staging deploy

TODO describe how to deploy to staging

Production deploy

TODO describe how to deploy to production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published