|
2 | 2 |
|
3 | 3 | [](https://app.travis-ci.com/github/neonexus/sails-react-bootstrap-webpack)
|
4 | 4 | [](https://codecov.io/gh/neonexus/sails-react-bootstrap-webpack)
|
5 |
| -[](https://sailsjs.com) |
6 |
| -[](https://react.dev) |
7 |
| -[](https://getbootstrap.com) |
8 |
| -[](https://webpack.js.org) |
| 5 | +[](https://sailsjs.com) |
| 6 | +[](https://react.dev) |
| 7 | +[](https://getbootstrap.com) |
| 8 | +[](https://webpack.js.org) |
9 | 9 |
|
10 | 10 | [](http://discord.gg/Y5K73E84Tc)
|
11 | 11 |
|
12 |
| -This is an easily-modifiable, opinionated, [Sails v1](https://sailsjs.com) base application, using [Webpack](https://webpack.js.org) to handle [Bootstrap](https://getbootstrap.com) |
13 |
| -(using [SASS](https://sass-lang.com)) and [React](https://react.dev) builds. It is designed such that, one can build multiple React frontends (an admin panel, and a customer site maybe), that use the |
14 |
| -same API backend. This allows developers to easily share React components across different frontends / applications. Also, because the backend and frontend are in the same repo (and the frontend is |
15 |
| -compiled before it is handed to the end user), they can share [NPM](http://npmjs.com) libraries, like [Moment.js](https://momentjs.com) |
| 12 | +Kick-start your project with this startup in a box. |
16 | 13 |
|
17 | 14 | ## Table of Contents
|
18 | 15 |
|
@@ -449,7 +446,7 @@ It may also be a good idea to consider using something like [Nginx](https://ngin
|
449 | 446 |
|
450 | 447 | ## Schema Validation and Enforcement
|
451 | 448 |
|
452 |
| -This repo is set up for `MySQL` (can LIKELY be used with most if not all other SQL-based datastores [I have not tried]). If you plan to use a different datastore, you will likely want to disable this |
| 449 | +This feature is designed for `MySQL` (can LIKELY be used with most if not all other SQL-based datastores [I have not tried]). If you plan to use a different datastore, you will likely want to disable this |
453 | 450 | feature.
|
454 | 451 |
|
455 | 452 | Inside [`config/bootstrap.js`](config/bootstrap.js) is a bit of logic (**HEAVILY ROOTED IN NATIVE `MySQL` QUERIES**), which validates column types in the `PRODUCTION` database (
|
|
0 commit comments