An open API service indexing awesome lists of open source software.

https://github.com/andrewngu/sd


https://github.com/andrewngu/sd

Last synced: about 2 months ago
JSON representation

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)