|
1 | | -# Webpack Frontend Starterkit |
| 1 | +# Boids algorithm visualizer |
2 | 2 |
|
3 | | -[](https://dependabot.com/) |
4 | | - |
5 | | -A lightweight foundation for your next webpack based frontend project. |
6 | | - |
7 | | - |
8 | | -### Installation |
9 | | - |
10 | | -``` |
11 | | -npm install |
12 | | -``` |
13 | | - |
14 | | -### Start Dev Server |
15 | | - |
16 | | -``` |
17 | | -npm start |
18 | | -``` |
19 | | - |
20 | | -### Build Prod Version |
21 | | - |
22 | | -``` |
23 | | -npm run build |
24 | | -``` |
25 | | - |
26 | | -### Features: |
27 | | - |
28 | | -* ES6 Support via [babel](https://babeljs.io/) (v7) |
29 | | -* SASS Support via [sass-loader](https://github.com/jtangelder/sass-loader) |
30 | | -* Linting via [eslint-loader](https://github.com/MoOx/eslint-loader) |
31 | | - |
32 | | -When you run `npm run build` we use the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to move the css to a separate file. The css file gets included in the head of the `index.html`. |
| 3 | +It's a visualizer made solely for AlgoExpert SWE contest. |
| 4 | +Nothing ground breaking. just a nice-looking visualization of boids algorithm by Craig reynolds. |
0 commit comments