Application for SWOT analysis done with Webpack, Preact and Redux.
Application screenshot with SWOT board from ‘Silicon Valley’:
You need to have Node.js (version 9 or higher) installed.
To start the app (start development server):
- Ensure webpack is globally installed. ie:
npm install -g webpack
- Install npm packages with
npm install
- Start application with
npm start
- Visit
localhost:8080
from your browser.
After steps 1.-3. you can also build production version of application with npm run build
.