https://github.com/andrewngu/sd
https://github.com/andrewngu/sd
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewngu/sd
- Owner: andrewngu
- Created: 2017-02-21T16:43:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T18:28:04.000Z (about 8 years ago)
- Last Synced: 2025-02-08T08:12:19.523Z (3 months ago)
- Language: JavaScript
- Size: 567 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sysdig Exercise
## Prerequisites
1. `$ brew install node`
2. `$ brew install yarn`## To run it locally
1. `$ make install`
2. `$ make start`
3. visit `http://localhost:3000`## Reference
1. [Webpack](https://webpack.github.io/docs)
2. [React](https://facebook.github.io/react/docs/getting-started.html)
3. [Redux](http://redux.js.org/index.html)
4. [SASS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html)
5. [ES6](https://github.com/lukehoban/es6features)