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

https://github.com/paradoxinversion/creating-a-react-app-from-scratch


https://github.com/paradoxinversion/creating-a-react-app-from-scratch

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# creating-a-react-app-from-scratch

This is a simple react implementation, as seen in [this article](https://blog.usejournal.com/creating-a-react-app-from-scratch-f3c693b84658)

## Getting Started

_(Note: this project was created in Node v9.3.0)_

Clone this repo and install dependencies with `npm install`.

### Starting The Dev Server

To start the server and start hacking, run

```BASH
npm start
```

This starter uses webpack-dev-server to spin up an Express server with Hot-Reloading capability. Changes to code in `.src` should cause pages to reload.