Skip to content

keithrobichaud/uconnsmash2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uconnsmash2

Setup:

  1. Clone this repo
  2. install nodejs, npm using package manager
  3. install mongo: https://docs.mongodb.com/manual/installation/#tutorials
  4. Install webpack and generator stuff :
npm install -g webpack
npm install -g yo
npm install -g generator-react-webpack

  1. Run these commands to install the webpack files. Make sure to to take note of what options to use:
  • Name: uconnsmash2
  • Style language: sass
  • Enable postcss: N
  • Everything else is n (do not override)
cd uconnsmash2/
yo react-webpack

Running locally:

  1. Run npm start from your uconnsmash2/ directory.
  2. In your browser, navigate to localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors