Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wellers/react-redux-ts-prototype

A Web application project demonstrating the use of .NET Core, TypeScript, Redux, React, LESS styling, Webpack bundling and NJsonSchema for generating shared types.
https://github.com/wellers/react-redux-ts-prototype

dotnet-core njsonschema react redux typescript

Last synced: 5 days ago
JSON representation

A Web application project demonstrating the use of .NET Core, TypeScript, Redux, React, LESS styling, Webpack bundling and NJsonSchema for generating shared types.

Awesome Lists containing this project

README

        

# react-redux-ts-prototype

A Web application project demonstrating the use of .NET Core, TypeScript, Redux, React, LESS styling, Webpack bundling and NJsonSchema for generating shared types.

To get an instance running:

1) Run npm install and npm build on the "Client" project.
2) Clean and Rebuild the solution.
3) Right-click the "Web" project and select 'Set as Startup Project'.
4) Start the "Web" project.