sgw-dev / pyke

Website made for EMU's student organization SGW-Dev

Home Page:https://sgwdev.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Website made for EMU's student organization SGW-Dev

https://sgwdev.org


Languages

Language:JavaScript 88.2%Language:CSS 11.8%