AspNetCore React Redux template converted to Javascript (ES6) from Typescript
v1.0.0
- Update packages to latest verion
- Update build process (see Build)
- Add
dotnet watchto build process - Convert TypeScript codes to Javascript 6 codes
- Add
eslint - Make
npm installduring thedotnet publishcommand only run whennode_modulesfolder does not exist
- Run
npm ito install packages
| Command | Note |
|---|---|
npm start |
Start and dev build and watch (both C# and Javascript changes) |
npm run lint |
Lint the Javacript code |
npm run lint:fix |
Auto fix lint |
npm run build |
Create production build. Note: Remenber to change the build output location in package.json file |
TODO: Explain how other users and developers can contribute to make your code better.
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: