Skip to content

ccambournac/next-i18next-minimal-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version build node yarn Webpack Babel Next.js

Frontstage application

First-time installation is performed with the following script execution:

$ sh scripts/install.sh

Then, all following commands are to be run from the project directory: ./project.

Installation

This step is already performed by the installation script above.

$ yarn install

Development

$ yarn start

Production

$ yarn build

Application's server execution

Evaluation server (local)

You may want to test your production build locally by simply running application's server with:

$ yarn serve

Production server (remote)

In real conditions, it is recommanded to use a Node.js process manager to run the application. For that purpose, the project is pre-configured to use PM2 with:

$ yarn serve:pm2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published