Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackafro/levelup-scss
https://github.com/hackafro/levelup-scss
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackafro/levelup-scss
- Owner: HackAfro
- Created: 2019-02-16T08:04:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T20:12:29.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T19:36:27.490Z (2 months ago)
- Language: JavaScript
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting started
* Install create react app globally using any of the following commands:
`yarn global add create-react-app` or `npm i -g create-react-app`;
## Starting the application
* Run `yarn install` or `npm install`.
* Run `yarn start` or `npm start` to start the application.