Cities of China
Front-end Technical test - Orbital Ads
Download repository from this SVN GitHub Link (you also could use SSH) and execute the command npm start
for a local deployed version.
Also, there's one demo online available at GitHub Pages
This project was bootstrapped with Create React App.
Dependencies
First time you run this project in your local enviroment you would need to install:
- FontAwesome for React
- Sass for React
- NPM packages ( in case you already have it installed localy run
npm install
ornpm -g install
) - React and React DOM v16.12
Available scripts
Run this commands in your terminal to test the project (all preceed by npm run
):
start
: run a local deployement enviromentbuild
: create an optimized production buildtest
: run testspublish
: deploy an optimized build for GitHub Pages