Skip to content

Commit

Permalink
Merge pull request #78 from bstaruk/develop
Browse files Browse the repository at this point in the history
3.6.2
  • Loading branch information
bstaruk committed Jan 24, 2024
2 parents 643b374 + ac379fa commit b1c58c2
Show file tree
Hide file tree
Showing 4 changed files with 1,611 additions and 1,799 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# starbase

starbase is a production-ready website boilerplate built with webpack 5, Babel 7 & Sass that enables developers to get up and running in minutes using some of the most powerful front-end tools available in 2023:
starbase is a production-ready static website boilerplate built with webpack 5, Babel 7 & Sass that enables developers to get up and running in minutes using some of the most powerful front-end tools available in 2024:

- [Node.js](https://github.com/nodejs/node), [webpack 5](https://github.com/webpack/webpack) & [webpack-dev-server](https://github.com/webpack/webpack-dev-server)
- [Babel 7](https://github.com/babel/babel) w/ [ESLint](https://github.com/eslint/eslint) & [Prettier](https://github.com/prettier/prettier)
Expand All @@ -14,9 +14,10 @@ The primary mission is to be small in scope so that it may be easily extended an

After completing the steps below, you will be ready to begin using starbase:

1. Install [Node.js](https://nodejs.org) (refer to `.nvmrc` for tested/preferred version)
2. Clone starbase into your project root directory
1. Copy starbase into your project root directory (don't forget the dot files!)
2. Ensure you are running the version of [Node.js](https://nodejs.org) specified in `.nvmrc` (or run `nvm use` if you have [nvm](https://github.com/nvm-sh/nvm))
3. Install dependencies by running `npm install` in your project root directory
4. Start the app with `npm run start` or create a production build with `npm run build`

### Local Development

Expand Down
Loading

0 comments on commit b1c58c2

Please sign in to comment.