|
1 | 1 | # sails-react-bootstrap-webpack |
2 | 2 |
|
3 | 3 | [](https://app.travis-ci.com/github/neonexus/sails-react-bootstrap-webpack) |
4 | | -[](https://sailsjs.com) |
5 | | -[](https://react.dev) |
6 | | -[](https://getbootstrap.com) |
7 | | -[](https://webpack.js.org) |
| 4 | +[](https://sailsjs.com) |
| 5 | +[](https://react.dev) |
| 6 | +[](https://getbootstrap.com) |
| 7 | +[](https://webpack.js.org) |
8 | 8 |
|
9 | 9 | [//]: # ([](https://codecov.io/gh/neonexus/sails-react-bootstrap-webpack)) |
10 | 10 |
|
11 | | -[](http://discord.gg/Y5K73E84Tc) |
| 11 | +[//]: # ([](http://discord.gg/Y5K73E84Tc)) |
12 | 12 |
|
13 | 13 | This is a starter application, built on [Sails v1](https://sailsjs.com), [React](https://react.dev), [Bootstrap](https://getbootstrap.com), and [Webpack](https://webpack.js.org). It is designed |
14 | 14 | so that multiple front-ends (a customer front-end, and an admin panel perhaps; more if need be) can live side-by-side, and use the same API. It even has built-in [Ngrok support](#working-with-ngrok). |
15 | 15 | A virtual start-up in a box! |
16 | 16 |
|
17 | 17 | ## Quick Install |
18 | 18 |
|
| 19 | +NOTE: You will need access to a MySQL / MariaDB database for the setup. If you want to use a different datastore, you'll need to configure it manually. |
| 20 | + |
19 | 21 | ```shell |
20 | 22 | npx drfg neonexus/sails-react-bootstrap-webpack my-new-site |
21 | 23 | cd my-new-site |
|
0 commit comments