brodigan-e / capstone-POV

NEU Capstone Project
MIT License
2 stars 1 forks source link

Bootstrap frontend app #15

Closed DarkAce65 closed 3 years ago

DarkAce65 commented 3 years ago

Sets up a new frontend app via create-react-app with TypeScript support plus some extra customizations for linting, prettifying, and styling.

cc @jbewing

DarkAce65 commented 3 years ago

Yup, it's that easy! 😄 Also, there's nothing special that the serve package does - it's just starting an HTTP server. Something like python -m http.server would work just as well