Skip to content

evenfrost/raw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

Check booted for more complete Node.js app solution and CLI usage.

Install

git clone git@github.com:evenfrost/raw.git
rm -rf .git
yarn install

Run

Development

yarn start # server is now up at http://localhost:5000

Production

yarn build
yarn prod # server is now up at http://localhost:8080

Configuration

Specify different port with

PORT=xxxx yarn start
# or
PORT=xxxx yarn prod

About

Raw static server and basic boilerplate for ES6+ apps

Resources

Stars

Watchers

Forks

Packages

No packages published