Skip to content
/ pyke Public

Website made for EMU's student organization SGW-Dev

Notifications You must be signed in to change notification settings

sgw-dev/pyke

Repository files navigation

Pyke

Backend Project

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

Open the file dist/index.html in your browser

Important Documentation

https://reactstrap.github.io/

https://reacttraining.com/react-router/web/guides/quick-start

https://reactjs.org/docs/getting-started.html

https://sass-lang.com/documentation

https://webpack.js.org/concepts

Releases

No releases published

Packages

No packages published