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

https://github.com/noviel/react-test-project

React Test Project
https://github.com/noviel/react-test-project

Last synced: 8 months ago
JSON representation

React Test Project

Awesome Lists containing this project

README

          

#react-test-project

## Structure
- `/assets` - static files
- `/assets/dist` - compiled by Webpack files
- `config.js` - basic config constants for Webpack and server
- `server.js` - server entry point
- `/src/components/lib` - helper components

##

```sh
git clone git@github.com:Noviel/react-test-project.git
```

## Launching

```sh
npm install && npm run build && npm start
start http://localhost:3000
```