Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superhero2007/sseko
This is the ReactJS + ASP.NET project which I have developed from scratch.
https://github.com/superhero2007/sseko
asp asp-mvc asp-net asp-net-core asp-net-core-mvc aspnet aspnet-mvc react reactjs redux redux-thunk
Last synced: 25 days ago
JSON representation
This is the ReactJS + ASP.NET project which I have developed from scratch.
- Host: GitHub
- URL: https://github.com/superhero2007/sseko
- Owner: superhero2007
- Created: 2017-10-21T07:16:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T07:17:42.000Z (over 7 years ago)
- Last Synced: 2024-11-07T09:45:37.667Z (3 months ago)
- Topics: asp, asp-mvc, asp-net, asp-net-core, asp-net-core-mvc, aspnet, aspnet-mvc, react, reactjs, redux, redux-thunk
- Language: C#
- Size: 14.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Setup
1. If you have issues with the following steps, restart your command line application in Administrator mode, turn off Windows Defender "Real-time protection" and "Cloud-based protection", close Visual Studio and other programs, delete all files in `%APPDATA%\npm-cache`, and try again. Issue reported here: https://github.com/npm/npm/issues/18380
2. Install Node.js/npm from https://nodejs.org/en/
3. Run `npm install -g [email protected]`
4. Run `npm install -g webpack`
5. Git clone project to your machine from https://bitbucket.org/creativegurus/ssekofellows
6. Open the Sseko.Web directory that you just cloned in your command line
7. Run `webpack --config webpack.config.vendor.js`
8. Run `webpack`. There may be some type errors.# Critical Note
Tsx import file urls are case sensitive, but there are no warnings or errors in intellisense, and the errors that webpack produces when you capitalize an import file url wrong are useless. Make sure that imports are cased properly.
# Contact Me