Skip to content

MGXRace/website-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend for MGXRace website

This is a node project for managing the frontend of the MGXRace website. This is intended to compile the css, js, minify images, and arrange them so the django backend can find the files.

Getting Started

$ npm install -g gulp
$ npm install

It's recommended to use npm ~0.10 and nvm

How to Build

$ gulp build

How to Run

$ gulp

This will start a lightweight development server with LiveReload and synchronized browsing across multiple devices and browsers.

How to Test

TODO

Run unit tests powered by Jest with the following npm command:

$ npm test

Test any javascript module by creating a __tests__/ directory where the file is. Name the test by appending -test.js to the js file. Jest will do the rest.

About

Frontend project to the MGXRace website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors