MatthewCMoya / ad-track

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

$ npm install

Basic usage

# dev server  with hot reload at http://localhost:3000
$ npm start

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Build

Run build to build the project. The build artifacts will be stored in the build/ directory.

# build for production with minification
$ npm run build

├── public/ #static files │ ├── assets/ #assets │ └── index.html #html temlpate │ ├── src/ #project root │ ├── containers/ #container source │ ├── scss/ #user scss/css source │ ├── views/ #views source │ ├── App.js │ ├── App.test.js │ ├── index.js │ ├── _nav.js #sidebar config │ └── routes.js #routes config │ └── package.json

About


Languages

Language:JavaScript 92.2%Language:HTML 5.9%Language:CSS 1.9%