Skip to content

tysonnero/frankenstein-dotnet-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frankenstein Dotnet React

Setup

Environment

Copy Frankenstein/App/.env.example to Frankenstein/App/.env and set any environment variables.

Dev Tools

Install the following extensions in your browser:

Building and running on localhost

cd Frankenstein/App

Install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build

Development

CSS

We use the BEM architectural pattern to write CSS

Testing

npm run test

Code Examples

Please see the following Example components as a framework for creating additional components:

.
├── ...
├── src
│   └── components          
│       └── TheMonster 
│           └── TheMonster.scss     # BEM based SCSS 
│           └── TheMonster.tsx      # Parent functional component
│           └── MonsterEye.tsx      # Child functional component
│           └── index.ts            # Directory level exports
└── ...

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published