-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from alexlee-dev/v0.26.0
π¦ v0.26.0
- Loading branch information
Showing
8 changed files
with
88 additions
and
2,183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,59 @@ | ||
<p align="center"> | ||
<a href="" rel="noopener"> | ||
<img width=256px height=256px src="https://svgshare.com/i/LWJ.svg" alt="Project logo"></a> | ||
<img width=256px height=256px src="https://svgshare.com/i/MzP.svg" alt="Project logo"></a> | ||
</p> | ||
|
||
<h3 align="center">gh-jobs</h3> | ||
|
||
--- | ||
|
||
<p align="center">This application was bootstrapped with <b>create-mern-application</b> | ||
<p align="center">A tool to help you find your next job.</b> | ||
<br> | ||
</p> | ||
|
||
## π Table of Contents | ||
|
||
- [Getting Started](#getting_started) | ||
- [Built Using](#built_using) | ||
- [Authors](#authors) | ||
|
||
## π Getting Started <a name = "getting_started"></a> | ||
|
||
### Creating a Build | ||
|
||
`npm run build` | ||
|
||
### Starting Program | ||
|
||
Please be sure to start your MongoDB instance prior to starting your application. | ||
|
||
`npm start` | ||
|
||
## βοΈ Built Using <a name = "built_using"></a> | ||
|
||
### Dependencies | ||
|
||
- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right. | ||
- [cors](https://github.com/expressjs/cors) - Node.js CORS middleware. | ||
- [date-fns](https://date-fns.org/) - β³ Modern JavaScript date utility library β. | ||
- [express](https://expressjs.com/) - Fast, unopinionated, minimalist web framework for node. | ||
- [lodash.throttle](https://lodash.com/) - A modern JavaScript utility library delivering modularity, performance, & extras. | ||
- [mongoose](https://mongoosejs.com/) - MongoDB object modeling designed to work in an asynchronous environment. | ||
- [morgan](https://github.com/expressjs/morgan) - HTTP request logger middleware for node.js. | ||
- [node-fetch](https://github.com/node-fetch/node-fetch) - A light-weight module that brings window.fetch to Node.js. | ||
- [react](https://reactjs.org/) - A declarative, efficient, and flexible JavaScript library for building user interfaces. | ||
- [react-dom](https://www.npmjs.com/package/react-dom) - A declarative, efficient, and flexible JavaScript library for building user interfaces. | ||
- [react-redux](https://react-redux.js.org/) - Official React bindings for Redux. | ||
- [react-router-dom](https://reactrouter.com/) - Declarative routing for React. | ||
- [redux](https://redux.js.org/) - Predictable state container for JavaScript apps. | ||
- [redux-thunk](https://github.com/reduxjs/redux-thunk) - Thunk middleware for Redux. | ||
|
||
### DevDependencies | ||
|
||
- [@babel/cli](https://www.npmjs.com/package/@babel/cli) - π Babel is a compiler for writing next generation JavaScript. | ||
- [@babel/core](https://www.npmjs.com/package/@babel/core) - π Babel is a compiler for writing next generation JavaScript. | ||
- [@babel/runtime](https://www.npmjs.com/package/@babel/runtime) - π Babel is a compiler for writing next generation JavaScript. | ||
- [@babel/plugin-proposal-class-properties](https://www.npmjs.com/package/@babel/plugin-proposal-class-properties) - π Babel is a compiler for writing next generation JavaScript. | ||
- [@babel/plugin-transform-runtime](https://www.npmjs.com/package/@babel/plugin-transform-runtime) - π Babel is a compiler for writing next generation JavaScript. | ||
- [@babel/preset-env](https://www.npmjs.com/package/@babel/preset-env) - π Babel is a compiler for writing next generation JavaScript. | ||
- [@babel/preset-react](https://www.npmjs.com/package/@babel/preset-react) - π Babel is a compiler for writing next generation JavaScript. | ||
- [@svgr/webpack](https://github.com/gregberge/svgr/tree/master/packages/webpack) - Webpack loader for SVGR. | ||
- [babel-loader](https://github.com/babel/babel-loader) - π¦ Babel loader for webpack. | ||
- [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) - A webpack plugin to remove your build folder(s) before building. | ||
- [copyfiles](https://github.com/calvinmetcalf/copyfiles) - Copy files on the command line. | ||
- [css-loader](https://github.com/webpack-contrib/css-loader) - CSS Loader. | ||
- [cypress](https://www.cypress.io/) - Fast, easy and reliable testing for anything that runs in a browser. | ||
- [env-cmd](https://github.com/toddbluhm/env-cmd) - Setting the environment from a file. | ||
- [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) - Simplifies creation of HTML files to serve your webpack bundles. | ||
- [rimraf](https://github.com/isaacs/rimraf) - A `rm -rf` util for nodejs. | ||
- [source-map-loader](https://webpack.js.org/loaders/source-map-loader/) - Source map loader. | ||
- [start-server-and-test](https://github.com/bahmutov/start-server-and-test) - Starts server, waits for URL, then runs test command; when the tests end, shuts down server. | ||
- [style-loader](https://github.com/webpack-contrib/style-loader) - Style loader. | ||
- [ts-loader](https://github.com/TypeStrong/ts-loader) - TypeScript loader for webpack. | ||
- [typescript](https://www.typescriptlang.org/) - TypeScript is a superset of JavaScript that compiles to clean JavaScript output. | ||
- [url-loader](https://webpack.js.org/loaders/url-loader/) - A loader for webpack which transforms files into base64 URIs. | ||
- [webpack](https://webpack.js.org/) - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff. | ||
- [webpack-cli](https://webpack.js.org/api/cli/) - Webpack's Command Line Interface. | ||
- [webpack-dev-server](https://webpack.js.org/configuration/dev-server/) - Serves a webpack app. Updates the browser on changes. | ||
|
||
## βοΈ Authors <a name = "authors"></a> | ||
|
||
- [Alex Lee](YOUR WEBSITE URL) - YOUR TITLE | ||
- [Alex Lee](https://alexlee.dev/) - Fullstack Application Developer |
Oops, something went wrong.