Skip to content

Commit

Permalink
todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
ganny26 committed Feb 15, 2019
1 parent 79f88c1 commit 6d4dc47
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

[![NPM](https://nodei.co/npm/generator-create-express-react-app.png)](https://nodei.co/npm/generator-create-express-react-app/)

## Motivation

To create a simple react express webapp application powered by Webpack 4

## Installation

First, install [Yeoman](http://yeoman.io) and generator-create-express-react-app using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
Expand All @@ -17,9 +20,17 @@ Then generate your new project:
yo create-express-react-app
```

> Folder structure options and naming conventions for software projects
## How to run app

```bash

cd <your app name>
yarn dev

```


### A typical top-level directory layout
### Directory layout

.
├── build
Expand All @@ -34,6 +45,28 @@ yo create-express-react-app
├── .prettierrc
└── Dockerfile


## Completed

- [x] database & orm
- [x] package, build and hot-reload
- [x] sass, material-ui
- [x] environment support for config variable store
- [x] dockerfile & docker-compose
- [x] testing automation
- [x] publish to yeoman

## Things to do

- [ ] log message after app created
- [ ] static asset pipeline
- [ ] health check api and webpage
- [ ] debugging and benchmarking tools
- [ ] authentication and authorisation using JWT
- [ ] caching and background job
- [ ] write a blog about this


## License

MIT © [Selvaganesh](https://ganny26.github.io/)

0 comments on commit 6d4dc47

Please sign in to comment.