Skip to content

Commit

Permalink
Fix link and copyedit the text
Browse files Browse the repository at this point in the history
Fixed the link to the First Run of Apollo Universal Starter Kit section. Removed a typo and re-wrote several sentences.
  • Loading branch information
AndSviat committed Sep 20, 2018
1 parent 1e7b2d8 commit 69e4f81
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ styling for your applications.
* [Architecture and Implemented Modules](#architecture-and-implemented-modules)
* [Demo](#demo)
* [Branches](#branches)
* [Download and Run Apollo Universal Starter Kit](#download-and-run-apollo-universal-starter-kit)
* [First Run of Apollo Universal Starter Kit](#first-run-of-apollo-universal-starter-kit)
* [Project Structure](#project-structure)
* [Wiki Sections on Apollo Universal Starter Kit](#wiki-sections-on-apollo-universal-starter-kit)
* [Support](#support)
Expand All @@ -52,7 +52,7 @@ styling for your applications.

* Better productivity thanks to live reloading
* An example of the modular architecture that's easy to support and extend
* The possibility to write app modules using both TypeScript and JavaScript (both ES6- and ES7-styles)
* The possibility to write app modules using both TypeScript and JavaScript (both ES6 and ES7 styles)
* No need to develop [typical functionalities](#architecture-and-implemented-modules) for your app
* Zero Webpack configurations thanks to [SpinJS]

Expand All @@ -70,14 +70,14 @@ styling for your applications.

Configuring JavaScript-based client-server-mobile projects never was a trivial task. Not only do you have to spend time
installing all the dependencies and managing them, but you're also constrained to implement many basic functionalities
over and over again. And you always lack time for creating a basic project that you can reuse across all of your projects.
over and over again. And you never have time for building a starter codebase that you can reuse across all of your projects.

To relieve you from the burden of configuring the project, building the application structure, and implementing typical
features, Apollo Universal Starter Kit was created.
features, we've created Apollo Universal Starter Kit.

Apollo Universal Starter Kit provides you with a client-server-mobile application that you can employ as a foundation
for developing new web or mobile projects using popular tools from the JavaScript ecosystem. But the starter kit doesn't
just creates a mix of top JS technologies. In fact, the basic projects is powered by several custom libraries to simplify
just creates a mix of top JS technologies. In fact, the kit is powered by several _custom_ libraries and solutions to simplify
managing project configurations, creating new modules, building GraphQL queries, and carry out other tasks.

One such solution that helps to build and configure your Apollo Universal Starter Kit project without any complications
Expand Down Expand Up @@ -135,8 +135,8 @@ If you want to see a mobile application in action, check out [this demo on Expo.

## First Run of Apollo Universal Starter Kit

Verify if you use Node.js 6.x or higher (Node.js 8.x is recommended) before running the starter kit on your development
machine.
Verify if you use Node.js 6.x or higher (Node.js 8.x is recommended) before running the starter kit in your development
environment.

1. Clone the stable branch of Apollo Universal Starter Kit.

Expand Down Expand Up @@ -212,7 +212,7 @@ apollo-universal-starter-kit

## Wiki Sections on Apollo Universal Starter Kit

In the list below, you can follow to various documents that are concerned with different aspects of running, using, and
In the list below, you can follow to various documents that explain different aspects of running, using, and
configuring Apollo Universal Starter Kit.

* [Getting Started]
Expand Down Expand Up @@ -298,4 +298,4 @@ Copyright © 2016, 2017 [SysGears INC]. This source code is licensed under the [
[gitter channel]: https://gitter.im/sysgears/apollo-fullstack-starter-kit
[github issues]: https://github.com/sysgears/apollo-universal-starter-kit/issues
[Wiki]: https://github.com/sysgears/apollo-universal-starter-kit/wiki
[FAQ]: https://github.com/sysgears/apollo-universal-starter-kit/wiki/Frequently-Asked-Questions
[FAQ]: https://github.com/sysgears/apollo-universal-starter-kit/wiki/Frequently-Asked-Questions

0 comments on commit 69e4f81

Please sign in to comment.