Skip to content

GrandStar/SE_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/GrandStar/SE_Project

Stack

Installation

$ git clone
$ cd SE_Project

You'll need to have MongoDB running.

Run

$ npm start # starts app in dev mode
$ npm run prod # starts server in production mode
$ npm run build # builds source files in .build/
$ node .build/server.bundle.js # starts server (after you built with npm run build)

This will start a server listening on port 3000. You can change the port in config/page.js or by setting the PORT environment variable.

FAQ

How to add vendor scripts and css?

If you want to add any vendor javascript or css, you'll likely not want it to be processed by babel or localized by css loader.

Add these scripts to the static/vendor folder and they will use a different loader configuration.

Contributing

Pull Requests are very welcome!

If you find any issues, please report them via Github Issues!

License

(MIT)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published