Skip to content

kolbinski/posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

npm install

If you don't have babel installed globally already, you should also install it:

npm install babel

Running development

npm run develop

After console message Start: 3000, project should be running on http://localhost:3000

You can optionally change host and/or port by setting those two environment variables:

  • DEV_IP - host (default localhost)
  • APP_SERVER_PORT - port (default 3000)

Production build

Set environment variable:

  • NODE_ENV=production

Execute command:

npm run compile:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published