Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbrtsmith/nebula-css-useage-example
https://github.com/rbrtsmith/nebula-css-useage-example
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rbrtsmith/nebula-css-useage-example
- Owner: rbrtsmith
- Created: 2016-10-22T09:20:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T11:19:31.000Z (about 8 years ago)
- Last Synced: 2023-02-27T02:36:30.652Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#An example project demonstrating consumption of Nebula CSS
1. Pull down dependencies:
```
npm i
```
2. Run Webpack to bundle your assets with the appropriate command:
* Development mode:```
npm start
```
* Production mode:```
npm run build
```3. Run the Node server to see serve your assets:
```
npm run serve
```
4. Hit the one of the suggested urls, typically [http://localhost:8080](http://localhost:8080)To run linting:
```
npm t
```